Configurates
C1.Web.Mvc.Viewer.ViewerBase.ServiceUrl. Sets the service url. It works as "~/api/" when it is not set.
Syntax
'Declaration
Public Function ServiceUrl( _
ByVal As String _
) As
public ServiceUrl(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also